Skip to content

alx-tools/first_c_code_on_the_wall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

See https://twitter.com/holbertonschool/status/677584931359330304

root@production-503e7013:~/wall# cat wall.c holberton/base.h && gcc wall.c -o wall && ./wall
#include "holberton/base.h"

int main(int ac, char **av)
{
  int i; char c;

  for (i = 0; i < ac; i++)
    {
      c > 3200? return 0: return 402;
    }
}
#include <stdio.h>
#define return
#define c d;printf("Holberton School Rocks :)\n");404
Holberton School Rocks :)
Holberton School Rocks :)
root@production-503e7013:~/wall#

About

Astek says it does not compile? :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages