Skip to content

Commit

Permalink
Merge pull request #119 from milesmoralis2411/main
Browse files Browse the repository at this point in the history
Add Hello World program in Ada
  • Loading branch information
abhisek247767 authored Oct 31, 2024
2 parents 09a4987 + 1a14106 commit 19141b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hello_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BEGIN
DBMS_OUTPUT.PUT_LINE('Hello, World!');
END;

0 comments on commit 19141b2

Please sign in to comment.