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 cb159a3 commit 185bff3Copy full SHA for 185bff3
miniScrabble/README.md
@@ -1,3 +1,13 @@
1
+<!-- Global site tag (gtag.js) - Google Analytics -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146817309-1"></script>
3
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', 'UA-146817309-1');
9
+</script>
10
11
# PureBasic Mini-Scrabble
12
This is a scrabble game written in PureBasic.
13
0 commit comments