We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a078c commit 41caa87Copy full SHA for 41caa87
ModulusAnimationWorm.java
@@ -2,6 +2,7 @@ public class ModulusAnimationWorm
2
{
3
public static void main( String[] args ) throws Exception
4
5
+ System.out.println("Yo, this is intense!");
6
for ( int i=0; i<80; i++ )
7
8
if ( i%16 == 0 )
c.c
@@ -7,8 +7,9 @@ int main()
*ptr = 420;
9
printf("Pointers are fun :D %d", ptr);
10
+ printf("I think this needs more pointers!\n");
11
12
free(ptr);
13
14
return 0;
-}
15
+}
0 commit comments