Skip to main content
Commonmark migration
Source Link

##QBIC (Non-competing), 8 bytes

QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now takes a command line argument and casts this to num.

##QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now takes a command line argument and casts this to num.

QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now takes a command line argument and casts this to num.

added 87 characters in body
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

QBIC (Non-competing), 8 bytes

##QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now requests inputtakes a command line argument and casts this to num.

QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now requests input and casts this to num.

##QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now takes a command line argument and casts this to num.

Updated to QBIC's current syntax
Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

QBIC (Non-competing), 108 bytes

_!_!::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. _!: now requests input and casts this to num.

QBIC (Non-competing), 10 bytes

_!_!?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. _! now requests input and casts this to num.

QBIC (Non-competing), 8 bytes

::?a%b=0 

For this challenge, I've improved QBIC's user input of numeric values. : now requests input and casts this to num.

Source Link
steenbergh
  • 8.2k
  • 1
  • 27
  • 43
Loading