We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f3e85 commit 0c455f6Copy full SHA for 0c455f6
README.md
@@ -22,7 +22,10 @@ pip install cs50
22
l = cs50.get_long(); # Python 2 only
23
s = cs50.get_string();
24
25
+# References
26
+
27
+- https://github.com/ronsavage/SQL/blob/master/sql-92.bnf#L19-L72
28
29
## TODO
-* Conditionally install for Python 2 and/or Python 3.
30
* Add targets for `pacman`, `rpm`.
31
* Add tests.
0 commit comments