mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
3 lines
51 B
Text
3 lines
51 B
Text
print( 5 % 3 );
|
|
print( 12 % 4 );
|
|
print( 100 % 7 );
|