core_algorithm.alc 384 B

123456789101112131415161718192021222324
  1. Void function main():
  2. // Initialize the Core Formalism
  3. // Create the Model itself
  4. // TODO
  5. // Make us an admin user
  6. // TODO
  7. // Switch all new users to the user_function
  8. // TODO
  9. // Call this for ourselves as well
  10. user_function()
  11. // Done, so finish up
  12. return !
  13. Void function user_function():
  14. // Add user to Core Formalism
  15. // Delete user from Core Formalism
  16. return !