Skip to content

Commit 41caa87

Browse files
Gouraveyucombinator
authored andcommitted
Needs more pointers (#59)
* Update c.c * Update ModulusAnimationWorm.java
1 parent 48a078c commit 41caa87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ModulusAnimationWorm.java

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ public class ModulusAnimationWorm
22
{
33
public static void main( String[] args ) throws Exception
44
{
5+
System.out.println("Yo, this is intense!");
56
for ( int i=0; i<80; i++ )
67
{
78
if ( i%16 == 0 )

c.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ int main()
77
*ptr = 420;
88

99
printf("Pointers are fun :D %d", ptr);
10+
printf("I think this needs more pointers!\n");
1011

1112
free(ptr);
1213

1314
return 0;
14-
}
15+
}

0 commit comments

Comments
 (0)