Skip to main content
3 of 4
added 87 characters in body
steenbergh
  • 8.2k
  • 1
  • 27
  • 43

##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.

steenbergh
  • 8.2k
  • 1
  • 27
  • 43