Go to file
HeshamTB eabe86923d
Fix improper UID String and getUID()
generateUID() used to produce spaces rather then
	leading zeros.
	Before
		(   1)
	After
		(0001)

	Also add getUID method
2020-11-06 23:28:58 +03:00
.idea ignore out folder 2020-10-20 12:33:36 +03:00
src Fix improper UID String and getUID() 2020-11-06 23:28:58 +03:00
.gitignore ignore out folder 2020-10-20 12:33:36 +03:00
Hajj-simulation.iml init commit 2020-10-09 22:22:37 +03:00