Edit

kc3-lang/automake/doc/amhello/src/main.c

Branch :

  • Show log

    Commit

  • Author : Paul Eggert
    Date : 2024-01-01 11:29:06
    Hash : b80b5c47
    Message : maint: make update-copyright

  • doc/amhello/src/main.c
  • /* Copyright (C) 2006-2024 Free Software Foundation, Inc.
       This program is free software; the Free Software Foundation
       gives unlimited permission to copy, distribute and modify it.  */
    
    #include <config.h>
    #include <stdio.h>
    
    int
    main (void)
    {
      puts ("Hello World!");
      puts ("This is " PACKAGE_STRING ".");
      return 0;
    }