Skip to content
Snippets Groups Projects
Select Git revision
  • 4fa83b7f8bf254930a9921dad10989ff836923a0
  • 2024ws default protected
  • 2023ws
3 results

tcpdump-03.txt

Blame
  • Forked from Peter Gerwinski / Datenbanken und Datensicherheit
    Source project has a limited visibility.
    test-5.c 97 B
    #include <stdio.h>
    
    int main (void)
    {
      printf ("Die Antwort lautet: %x.\n", 'B');
      return 0;
    }