codetype

A source code identification tool.

Download as .zip Download as .tar.gz View on GitHub

Welcome!

Edit the text to the left, click identify and watch the results update below! (Note: it may take a moment for the dyno to wake up.)

Language results
First Second Third
C C++ N/A
Identify Clear
#include <stdio.h> int main() { /* A simple C program */ printf("Hello, world!\n"); return 0; }