Accidentally named apc.apc abc.abc even though they are two totally different languages

changed abc to apc
This commit is contained in:
Mike Donaghy
2007-12-01 16:21:03 -05:00
parent e67dedd937
commit 0d032317c8

4
apc.apc Normal file
View File

@@ -0,0 +1,4 @@
probe program
{
on_entry log ("Hello, World!\n");
}